﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head profile="http://gmpg.org/xfn/11">
 <title>$SITE_NAME$ - $MODULE_NAME$</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <link rel="stylesheet" type="text/css" media="screen, projection" href="/css/style.css" />
 </head>

<body>
<div id="wrap-site">
$GLOBAL_AHEADER$
 <div id="content">
 $GLOBAL_MENU$
$GLOBAL_SLIDER$ 
 <div id="posts-wrapper">
<div id="posts-col">

<!--post box 1 begin-->

 <div class="post-box">
 <div class="post-category">
Новости <?if($ADD_ENTRY_LINK$)?> / <a href="$ADD_ENTRY_LINK$">Добавить материал</a><?endif?></div>
$BODY$

 </div>
</div> <!--end posts-col-->
$GLOBAL_DRIGHTER$
</div><!-- end post-wrapper -->
</div><!-- #content -->

$GLOBAL_BFOOTER$
</div><!-- #wrap-site -->
 
 <script type="text/javascript" src="/js/custom.js"></script>
 <script type="text/javascript" src="/js/featuredcontentglider.js"></script>
 <script type="text/javascript">
 featuredcontentglider.init({
 gliderid: "featured-content",
 contentclass: "glider",
 togglerid: "glider-nav",
 remotecontent: "",
 selected: 0,
 persiststate: false,
 speed: 300,
 direction: "leftright",
 autorotate: true,
 autorotateconfig: [5000, 5]
 })
 </script>
</body>
</html>